home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / SPAWNO41.ARJ / _SWAPDIR.C < prev    next >
C/C++ Source or Header  |  1991-11-16  |  532b  |  14 lines

  1. /********************************************************************/
  2. /*   SPAWNO v4.0   EMS/XMS/disk swapping replacement for spawn...() */
  3. /*   (c) Copyright 1991 Ralf Brown  All Rights Reserved         */
  4. /*                                    */
  5. /*   May be freely copied provided that this copyright notice is    */
  6. /*   not altered or removed.                        */
  7. /********************************************************************/
  8.  
  9. #include <stdio.h>
  10. #include "spawno.h"
  11.  
  12. const char *pascal ___spawn_swap_dirs = NULL ;    /* use default of "." */
  13.  
  14.